home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / pchvrscn.lha / PatchOverscan1.1 / PatchOverscan.readme < prev   
Text File  |  1995-12-30  |  3KB  |  82 lines

  1. Short:    REMOVES Overscan limits, V1.1, 28.12.95
  2. Kurz:     beseitigt Overscangrenzen, V1.1, 28.12.95
  3. Author:   Thomas Krafzik
  4. Type:     util/boot
  5. Requires: OS 2.1 or higher (tested with 3.1 on an Amiga4000/030)
  6.  
  7. DISCLAIMER:
  8. --------------------------------------------------------------------------
  9. This is FREEWARE and comes with no warranty at all.
  10. Distribution on Aminet and AminetCDs is always ok.
  11. Distribution by Fred Fish is always ok.
  12. Distribution on MeetingPearlsCDs is always ok.
  13. Distribution on SAAR AG disks is always ok.
  14. Other commercial distribution without written permission of me is strictly
  15. forbidden.
  16. --------------------------------------------------------------------------
  17.  
  18. Hello,
  19. this is a program you will find very useful, if you have an AMIGA equipped
  20. with ECS or AGA.
  21. Have you ever changed your monitor driver with MonEd or the like ?
  22. Perhaps you have noticed that if you increased vertical/horizontal resolution
  23. about the overscan limit you can have a larger view as your max overscan.
  24. But if you move the mouse beyond these overscan, the screen scrolls (if you have
  25. autoscroll on). If you haven't autoscroll on, the mouse stops at max overscan !
  26. Silly, eh ?
  27. So, increase the max/video overscan with this program and your screen scrolls
  28. no longer.
  29.  
  30. It can change the overscan settings for video, max, and nominal overscan.
  31. So you can, e.g. change the vertical overscan on the EURO36 monitor.
  32.  
  33. Template:
  34. PatchOverscan ID=MODEID/K/A O=OVERSCAN/K/A MINX/N/A MAXX/N/A MINY/N/A MAXY/N/A
  35.  
  36. ID:   a monitor id, like in include:graphics/modeid.h
  37.             (find it out with ModeIDList (also included in this package))
  38. O:    overscan type, one of N (Nominal)
  39.                                                         M (Maximal)
  40.                                                         V (Video)
  41. MINX: lower horizontal bound for overscan rectangle (can be < 0)
  42. MINY: lower vertical bound for overscan rectangle (can be < 0)
  43. MAXX: upper horizontal bound for overscan rectangle (must be > MINX)
  44. MAXY: upper veertical bound for overscan rectangle (must be > MINY)
  45.  
  46. Example:
  47. PatchOverscan ID=79000 O=M 0 0 719 299
  48.  
  49. This gives you a max overscan of 720 * 300 for the "EURO36: HighRes" screenmode.
  50. Start "Prefs/Overscan", select "EURO36" and now you can edit between 640 * 200
  51. and 720 * 300 pixels.
  52.  
  53. Best place to start this program is in your s:user-startup, but it must be placed
  54. after IPrefs !!
  55.  
  56. NOTE: This is a HACK and will not work for standard PAL and NTSC monitor
  57. drivers, because they don't seem to build a fully featured entry in the
  58. display database.
  59.  
  60. NOTE2: This is a simple program.
  61.  
  62. Tech:
  63. This program uses an undocumented function of the AmigaOS, so don't
  64. expect it to work with future versions of the OS. (>3.1)
  65. This was compiled with SAS/C 6.56 on an A4000/030 with 10 MB RAM, ARXON Scandoubler,
  66. Cybervision64 (not yet functional...), Monitor miro D1786T (30 - 86 kHz).
  67.  
  68. My Address:
  69. Thomas Krafzik
  70. Belforter Str. 20
  71. 45884 Gelsenkirchen
  72. Germany
  73.  
  74. Phone: (+49)209 12386 (international)
  75.              0209 12386 (german)
  76.  
  77. If you have any questions you can contact me by phone (sorry, no modem (yet ?))
  78. or by snail mail. If you send mail and expect an answer, include return postage
  79. also.
  80.  
  81. Thank you.
  82.